The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL 22
Changes 424
META.json 6969
META.yml 6969
README 11
lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm 22
lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm 22
lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm 22
t/000-report-versions-tiny.t 11
t/01-Minter.t 834
10 files changed (This is a version diff) 160206
@@ -17,7 +17,7 @@ my %module_build_args = (
     'Path::Class' => '0',
     'Test::DZil' => '0',
     'Test::Fatal' => '0',
-    'Test::File::ShareDir' => '0',
+    'Test::File::ShareDir' => '0.3.0',
     'Test::More' => '0.88',
     'Test::Output' => '0'
   },
@@ -29,7 +29,7 @@ my %module_build_args = (
     'Kent Fredric <kentnl@cpan.org>'
   ],
   'dist_name' => 'Dist-Zilla-PluginBundle-Author-KENTNL',
-  'dist_version' => '1.0.9',
+  'dist_version' => '1.0.12',
   'license' => 'perl',
   'module_name' => 'Dist::Zilla::PluginBundle::Author::KENTNL',
   'recommends' => {},
@@ -1,5 +1,25 @@
 Revision history for Dist-Zilla-PluginBundle-Author-KENTNL
 
+1.0.12 2011-07-12T09:57:41Z
+ [Dependencies::Tests]
+ - Version explicit dependency added to Test::File::ShareDir 0.3.0 which is
+   required for -root to be optional.
+
+1.0.11 2011-07-11T04:56:38Z
+ [Tests]
+ - Redo the git hack using ENV flags instead of a config file as it still
+   doesn't work as intended. Need both AUTHOR and CONFIG env variables.
+ - Minting test now more detailed with arbitrary pass indicators to
+   indicate where fails occur.
+
+1.0.10 2011-07-11T03:41:19Z
+ [Packaging]
+ - Retroactive Changes normalization
+
+ [Tests]
+ - Change git behaviour in the Minter test so git environment is always
+   sane-ish and doesn't report weirdness.
+
 1.0.9 2011-06-13T23:50:29Z
  [Dependencies::Test::New]
  - Capture::Tiny
@@ -14,17 +34,17 @@ Revision history for Dist-Zilla-PluginBundle-Author-KENTNL
  [Features]
  - Comments out autoversion_relative fields in generated dist.ini as a move
    towards eliminating it.
-
  - Pre-Injects Abstract and Moose to new Modules.
-
  - Sets a custom template provider in the profile.
 
  [MiscFiles::New]
  - share/profiles/default/ModuleTemplate.pm, template for my modules.
- - corpus/global/config.ini,  a default "Global" configuaration for test purposes.
+ - corpus/global/config.ini,  a default "Global" configuaration for test
+   purposes.
 
  [Tests::New]
- - 01-Minter.t, A reasonably exhaustive mint > build > testbuild domino test.
+ - 01-Minter.t, A reasonably exhaustive mint > build > testbuild domino
+   test.
 
 1.0.8 2011-06-12T22:41:51Z
  [Features]
@@ -4,7 +4,7 @@
       "Kent Fredric <kentnl@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.200007, CPAN::Meta::Converter version 2.110930",
+   "generated_by" : "Dist::Zilla version 4.200008, CPAN::Meta::Converter version 2.110930",
    "license" : [
       "perl_5"
    ],
@@ -108,7 +108,7 @@
             "Path::Class" : 0,
             "Test::DZil" : 0,
             "Test::Fatal" : 0,
-            "Test::File::ShareDir" : 0,
+            "Test::File::ShareDir" : "v0.3.0",
             "Test::More" : "0.88",
             "Test::Output" : 0
          }
@@ -117,15 +117,15 @@
    "provides" : {
       "Dist::Zilla::MintingProfile::Author::KENTNL" : {
          "file" : "lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm",
-         "version" : "v1.0.9"
+         "version" : "v1.0.12"
       },
       "Dist::Zilla::Plugin::Author::KENTNL::DistINI" : {
          "file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm",
-         "version" : "v1.0.9"
+         "version" : "v1.0.12"
       },
       "Dist::Zilla::PluginBundle::Author::KENTNL" : {
          "file" : "lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm",
-         "version" : "v1.0.9"
+         "version" : "v1.0.12"
       }
    },
    "release_status" : "stable",
@@ -137,65 +137,65 @@
          "web" : "http://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL"
       }
    },
-   "version" : "1.0.9",
+   "version" : "1.0.12",
    "x_BuiltWith" : {
       "modules" : {
          "Capture::Tiny" : "0.11",
          "Carp" : "1.20",
          "Class::Load" : "0.06",
-         "Dist::Zilla" : "4.200007",
-         "Dist::Zilla::File::FromCode" : "4.200007",
-         "Dist::Zilla::Plugin::AutoPrereqs" : "4.200007",
+         "Dist::Zilla" : "4.200008",
+         "Dist::Zilla::File::FromCode" : "4.200008",
+         "Dist::Zilla::Plugin::AutoPrereqs" : "4.200008",
          "Dist::Zilla::Plugin::AutoVersion::Relative" : "0.01060309",
          "Dist::Zilla::Plugin::Bootstrap::lib" : "0.01023600",
          "Dist::Zilla::Plugin::CompileTests" : "1.110930",
-         "Dist::Zilla::Plugin::ConfirmRelease" : "4.200007",
+         "Dist::Zilla::Plugin::ConfirmRelease" : "4.200008",
          "Dist::Zilla::Plugin::CriticTests" : "1.111450",
          "Dist::Zilla::Plugin::EOLTests" : "0.02",
-         "Dist::Zilla::Plugin::ExtraTests" : "4.200007",
-         "Dist::Zilla::Plugin::FakeRelease" : "4.200007",
-         "Dist::Zilla::Plugin::GatherDir" : "4.200007",
+         "Dist::Zilla::Plugin::ExtraTests" : "4.200008",
+         "Dist::Zilla::Plugin::FakeRelease" : "4.200008",
+         "Dist::Zilla::Plugin::GatherDir" : "4.200008",
          "Dist::Zilla::Plugin::Git::Check" : "1.111590",
          "Dist::Zilla::Plugin::Git::CommitBuild" : "1.111590",
          "Dist::Zilla::Plugin::Git::NextVersion" : "1.111590",
          "Dist::Zilla::Plugin::Git::Tag" : "1.111590",
          "Dist::Zilla::Plugin::GithubMeta" : "0.12",
          "Dist::Zilla::Plugin::KwaliteeTests" : "1.101420",
-         "Dist::Zilla::Plugin::License" : "4.200007",
-         "Dist::Zilla::Plugin::Manifest" : "4.200007",
-         "Dist::Zilla::Plugin::ManifestSkip" : "4.200007",
-         "Dist::Zilla::Plugin::MetaConfig" : "4.200007",
+         "Dist::Zilla::Plugin::License" : "4.200008",
+         "Dist::Zilla::Plugin::Manifest" : "4.200008",
+         "Dist::Zilla::Plugin::ManifestSkip" : "4.200008",
+         "Dist::Zilla::Plugin::MetaConfig" : "4.200008",
          "Dist::Zilla::Plugin::MetaData::BuiltWith" : "0.01018204",
-         "Dist::Zilla::Plugin::MetaJSON" : "4.200007",
+         "Dist::Zilla::Plugin::MetaJSON" : "4.200008",
          "Dist::Zilla::Plugin::MetaProvides" : "1.12060501",
          "Dist::Zilla::Plugin::MetaProvides::Package" : "1.12060501",
-         "Dist::Zilla::Plugin::MetaTests" : "4.200007",
-         "Dist::Zilla::Plugin::MetaYAML" : "4.200007",
-         "Dist::Zilla::Plugin::ModuleBuild" : "4.200007",
-         "Dist::Zilla::Plugin::PkgVersion" : "4.200007",
-         "Dist::Zilla::Plugin::PodCoverageTests" : "4.200007",
-         "Dist::Zilla::Plugin::PodSyntaxTests" : "4.200007",
+         "Dist::Zilla::Plugin::MetaTests" : "4.200008",
+         "Dist::Zilla::Plugin::MetaYAML" : "4.200008",
+         "Dist::Zilla::Plugin::ModuleBuild" : "4.200008",
+         "Dist::Zilla::Plugin::PkgVersion" : "4.200008",
+         "Dist::Zilla::Plugin::PodCoverageTests" : "4.200008",
+         "Dist::Zilla::Plugin::PodSyntaxTests" : "4.200008",
          "Dist::Zilla::Plugin::PodWeaver" : "3.101641",
-         "Dist::Zilla::Plugin::Prereqs" : "4.200007",
-         "Dist::Zilla::Plugin::PruneCruft" : "4.200007",
+         "Dist::Zilla::Plugin::Prereqs" : "4.200008",
+         "Dist::Zilla::Plugin::PruneCruft" : "4.200008",
          "Dist::Zilla::Plugin::ReadmeFromPod" : "0.14",
          "Dist::Zilla::Plugin::ReportVersions::Tiny" : "1.03",
-         "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.004",
-         "Dist::Zilla::Plugin::TestRelease" : "4.200007",
+         "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.005",
+         "Dist::Zilla::Plugin::TestRelease" : "4.200008",
          "Dist::Zilla::Plugin::Twitter" : "0.010",
-         "Dist::Zilla::Plugin::UploadToCPAN" : "4.200007",
+         "Dist::Zilla::Plugin::UploadToCPAN" : "4.200008",
          "Dist::Zilla::PluginBundle::Author::KENTNL" : "NA(undef)",
          "Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "1.0.6",
-         "Dist::Zilla::Role::FileGatherer" : "4.200007",
-         "Dist::Zilla::Role::MintingProfile::ShareDir" : "4.200007",
-         "Dist::Zilla::Role::PluginBundle" : "4.200007",
+         "Dist::Zilla::Role::FileGatherer" : "4.200008",
+         "Dist::Zilla::Role::MintingProfile::ShareDir" : "4.200008",
+         "Dist::Zilla::Role::PluginBundle" : "4.200008",
          "File::Temp" : "0.22",
          "File::pushd" : "1.00",
          "FindBin" : "1.50",
          "IO::Socket::SSL" : "1.44",
          "LWP::Protocol::https" : "6.02",
          "Module::Build" : "0.38",
-         "Moose" : "2.0007",
+         "Moose" : "2.001",
          "Moose::Autobox" : "0.11",
          "MooseX::Has::Sugar" : "0.05070419",
          "MooseX::Types" : "0.27",
@@ -204,7 +204,7 @@
          "Pod::Coverage::TrustPod" : "0.100000",
          "String::Formatter" : "0.102082",
          "Test::CPAN::Meta" : "0.18",
-         "Test::DZil" : "4.200007",
+         "Test::DZil" : "4.200008",
          "Test::EOL" : "0.9",
          "Test::Fatal" : "0.006",
          "Test::File::ShareDir" : "0.3.0",
@@ -213,12 +213,12 @@
          "namespace::autoclean" : "0.12"
       },
       "perl" : {
-         "original" : "v5.14.0",
+         "original" : "v5.14.1",
          "qv" : 1,
          "version" : [
             5,
             14,
-            0
+            1
          ]
       },
       "platform" : "linux",
@@ -234,17 +234,17 @@
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@Author::KENTNL/GatherDir",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@Author::KENTNL/MetaConfig",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Author::KENTNL/PruneCruft",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -254,12 +254,12 @@
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Author::KENTNL/License",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@Author::KENTNL/PkgVersion",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -274,17 +274,17 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@Author::KENTNL/MetaJSON",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Author::KENTNL/MetaYAML",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ModuleBuild",
             "name" : "@Author::KENTNL/ModuleBuild",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ReadmeFromPod",
@@ -294,17 +294,17 @@
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Author::KENTNL/ManifestSkip",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Author::KENTNL/Manifest",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@Author::KENTNL/AutoPrereqs",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -315,7 +315,7 @@
                }
             },
             "name" : "@Author::KENTNL/Prereqs/BundleDevelNeeds",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -326,7 +326,7 @@
                }
             },
             "name" : "@Author::KENTNL/Prereqs/BundleDevelRecommends",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -337,7 +337,7 @@
                }
             },
             "name" : "@Author::KENTNL/Prereqs/BundleDevelSuggests",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith",
@@ -363,7 +363,7 @@
          {
             "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
             "name" : "@Author::KENTNL/Test::CPAN::Changes",
-            "version" : "0.004"
+            "version" : "0.005"
          },
          {
             "class" : "Dist::Zilla::Plugin::CompileTests",
@@ -378,17 +378,17 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
             "name" : "@Author::KENTNL/MetaTests",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@Author::KENTNL/PodCoverageTests",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@Author::KENTNL/PodSyntaxTests",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny",
@@ -408,17 +408,17 @@
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@Author::KENTNL/ExtraTests",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Author::KENTNL/TestRelease",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Author::KENTNL/ConfirmRelease",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -428,7 +428,7 @@
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@Author::KENTNL/NextRelease",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -453,7 +453,7 @@
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Author::KENTNL/UploadToCPAN",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Twitter",
@@ -463,7 +463,7 @@
          {
             "class" : "Dist::Zilla::Plugin::ModuleShareDirs",
             "name" : "ModuleShareDirs",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -474,7 +474,7 @@
                }
             },
             "name" : "DevelopRequires",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -485,37 +485,37 @@
                }
             },
             "name" : "Prereqs",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.200007"
+            "version" : "4.200008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "4.200007"
+            "version" : "4.200008"
          }
       ],
       "zilla" : {
@@ -523,7 +523,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "4.200007"
+         "version" : "4.200008"
       }
    }
 }
@@ -13,13 +13,13 @@ build_requires:
   Path::Class: 0
   Test::DZil: 0
   Test::Fatal: 0
-  Test::File::ShareDir: 0
+  Test::File::ShareDir: 0.3.0
   Test::More: 0.88
   Test::Output: 0
 configure_requires:
   Module::Build: 0.3601
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200007, CPAN::Meta::Converter version 2.110930'
+generated_by: 'Dist::Zilla version 4.200008, CPAN::Meta::Converter version 2.110930'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,13 +28,13 @@ name: Dist-Zilla-PluginBundle-Author-KENTNL
 provides:
   Dist::Zilla::MintingProfile::Author::KENTNL:
     file: lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm
-    version: v1.0.9
+    version: v1.0.12
   Dist::Zilla::Plugin::Author::KENTNL::DistINI:
     file: lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm
-    version: v1.0.9
+    version: v1.0.12
   Dist::Zilla::PluginBundle::Author::KENTNL:
     file: lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm
-    version: v1.0.9
+    version: v1.0.12
 requires:
   Carp: 0
   Class::Load: 0
@@ -96,65 +96,65 @@ requires:
 resources:
   homepage: http://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL
   repository: http://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL
-version: 1.0.9
+version: 1.0.12
 x_BuiltWith:
   modules:
     Capture::Tiny: 0.11
     Carp: 1.20
     Class::Load: 0.06
-    Dist::Zilla: 4.200007
-    Dist::Zilla::File::FromCode: 4.200007
-    Dist::Zilla::Plugin::AutoPrereqs: 4.200007
+    Dist::Zilla: 4.200008
+    Dist::Zilla::File::FromCode: 4.200008
+    Dist::Zilla::Plugin::AutoPrereqs: 4.200008
     Dist::Zilla::Plugin::AutoVersion::Relative: 0.01060309
     Dist::Zilla::Plugin::Bootstrap::lib: 0.01023600
     Dist::Zilla::Plugin::CompileTests: 1.110930
-    Dist::Zilla::Plugin::ConfirmRelease: 4.200007
+    Dist::Zilla::Plugin::ConfirmRelease: 4.200008
     Dist::Zilla::Plugin::CriticTests: 1.111450
     Dist::Zilla::Plugin::EOLTests: 0.02
-    Dist::Zilla::Plugin::ExtraTests: 4.200007
-    Dist::Zilla::Plugin::FakeRelease: 4.200007
-    Dist::Zilla::Plugin::GatherDir: 4.200007
+    Dist::Zilla::Plugin::ExtraTests: 4.200008
+    Dist::Zilla::Plugin::FakeRelease: 4.200008
+    Dist::Zilla::Plugin::GatherDir: 4.200008
     Dist::Zilla::Plugin::Git::Check: 1.111590
     Dist::Zilla::Plugin::Git::CommitBuild: 1.111590
     Dist::Zilla::Plugin::Git::NextVersion: 1.111590
     Dist::Zilla::Plugin::Git::Tag: 1.111590
     Dist::Zilla::Plugin::GithubMeta: 0.12
     Dist::Zilla::Plugin::KwaliteeTests: 1.101420
-    Dist::Zilla::Plugin::License: 4.200007
-    Dist::Zilla::Plugin::Manifest: 4.200007
-    Dist::Zilla::Plugin::ManifestSkip: 4.200007
-    Dist::Zilla::Plugin::MetaConfig: 4.200007
+    Dist::Zilla::Plugin::License: 4.200008
+    Dist::Zilla::Plugin::Manifest: 4.200008
+    Dist::Zilla::Plugin::ManifestSkip: 4.200008
+    Dist::Zilla::Plugin::MetaConfig: 4.200008
     Dist::Zilla::Plugin::MetaData::BuiltWith: 0.01018204
-    Dist::Zilla::Plugin::MetaJSON: 4.200007
+    Dist::Zilla::Plugin::MetaJSON: 4.200008
     Dist::Zilla::Plugin::MetaProvides: 1.12060501
     Dist::Zilla::Plugin::MetaProvides::Package: 1.12060501
-    Dist::Zilla::Plugin::MetaTests: 4.200007
-    Dist::Zilla::Plugin::MetaYAML: 4.200007
-    Dist::Zilla::Plugin::ModuleBuild: 4.200007
-    Dist::Zilla::Plugin::PkgVersion: 4.200007
-    Dist::Zilla::Plugin::PodCoverageTests: 4.200007
-    Dist::Zilla::Plugin::PodSyntaxTests: 4.200007
+    Dist::Zilla::Plugin::MetaTests: 4.200008
+    Dist::Zilla::Plugin::MetaYAML: 4.200008
+    Dist::Zilla::Plugin::ModuleBuild: 4.200008
+    Dist::Zilla::Plugin::PkgVersion: 4.200008
+    Dist::Zilla::Plugin::PodCoverageTests: 4.200008
+    Dist::Zilla::Plugin::PodSyntaxTests: 4.200008
     Dist::Zilla::Plugin::PodWeaver: 3.101641
-    Dist::Zilla::Plugin::Prereqs: 4.200007
-    Dist::Zilla::Plugin::PruneCruft: 4.200007
+    Dist::Zilla::Plugin::Prereqs: 4.200008
+    Dist::Zilla::Plugin::PruneCruft: 4.200008
     Dist::Zilla::Plugin::ReadmeFromPod: 0.14
     Dist::Zilla::Plugin::ReportVersions::Tiny: 1.03
-    Dist::Zilla::Plugin::Test::CPAN::Changes: 0.004
-    Dist::Zilla::Plugin::TestRelease: 4.200007
+    Dist::Zilla::Plugin::Test::CPAN::Changes: 0.005
+    Dist::Zilla::Plugin::TestRelease: 4.200008
     Dist::Zilla::Plugin::Twitter: 0.010
-    Dist::Zilla::Plugin::UploadToCPAN: 4.200007
+    Dist::Zilla::Plugin::UploadToCPAN: 4.200008
     Dist::Zilla::PluginBundle::Author::KENTNL: NA(undef)
     Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 1.0.6
-    Dist::Zilla::Role::FileGatherer: 4.200007
-    Dist::Zilla::Role::MintingProfile::ShareDir: 4.200007
-    Dist::Zilla::Role::PluginBundle: 4.200007
+    Dist::Zilla::Role::FileGatherer: 4.200008
+    Dist::Zilla::Role::MintingProfile::ShareDir: 4.200008
+    Dist::Zilla::Role::PluginBundle: 4.200008
     File::Temp: 0.22
     File::pushd: 1.00
     FindBin: 1.50
     IO::Socket::SSL: 1.44
     LWP::Protocol::https: 6.02
     Module::Build: 0.38
-    Moose: 2.0007
+    Moose: 2.001
     Moose::Autobox: 0.11
     MooseX::Has::Sugar: 0.05070419
     MooseX::Types: 0.27
@@ -163,7 +163,7 @@ x_BuiltWith:
     Pod::Coverage::TrustPod: 0.100000
     String::Formatter: 0.102082
     Test::CPAN::Meta: 0.18
-    Test::DZil: 4.200007
+    Test::DZil: 4.200008
     Test::EOL: 0.9
     Test::Fatal: 0.006
     Test::File::ShareDir: 0.3.0
@@ -171,12 +171,12 @@ x_BuiltWith:
     Test::Output: 1.01
     namespace::autoclean: 0.12
   perl:
-    original: v5.14.0
+    original: v5.14.1
     qv: 1
     version:
       - 5
       - 14
-      - 0
+      - 1
   platform: linux
   uname: 'Linux 2.6.39-gentoo x86_64 GenuineIntel GNU/Linux'
 x_Dist_Zilla:
@@ -188,15 +188,15 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@Author::KENTNL/GatherDir'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Author::KENTNL/MetaConfig'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Author::KENTNL/PruneCruft'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@Author::KENTNL/GithubMeta'
@@ -204,11 +204,11 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::License
       name: '@Author::KENTNL/License'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@Author::KENTNL/PkgVersion'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@Author::KENTNL/PodWeaver'
@@ -220,15 +220,15 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@Author::KENTNL/MetaJSON'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Author::KENTNL/MetaYAML'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::ModuleBuild
       name: '@Author::KENTNL/ModuleBuild'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::ReadmeFromPod
       name: '@Author::KENTNL/ReadmeFromPod'
@@ -236,15 +236,15 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Author::KENTNL/ManifestSkip'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Author::KENTNL/Manifest'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@Author::KENTNL/AutoPrereqs'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -252,7 +252,7 @@ x_Dist_Zilla:
           phase: develop
           type: requires
       name: '@Author::KENTNL/Prereqs/BundleDevelNeeds'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -260,7 +260,7 @@ x_Dist_Zilla:
           phase: develop
           type: recommends
       name: '@Author::KENTNL/Prereqs/BundleDevelRecommends'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -268,7 +268,7 @@ x_Dist_Zilla:
           phase: develop
           type: suggests
       name: '@Author::KENTNL/Prereqs/BundleDevelSuggests'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::MetaData::BuiltWith
       config:
@@ -288,7 +288,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::Test::CPAN::Changes
       name: '@Author::KENTNL/Test::CPAN::Changes'
-      version: 0.004
+      version: 0.005
     -
       class: Dist::Zilla::Plugin::CompileTests
       name: '@Author::KENTNL/CompileTests'
@@ -300,15 +300,15 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::MetaTests
       name: '@Author::KENTNL/MetaTests'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@Author::KENTNL/PodCoverageTests'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@Author::KENTNL/PodSyntaxTests'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::ReportVersions::Tiny
       name: '@Author::KENTNL/ReportVersions::Tiny'
@@ -324,15 +324,15 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@Author::KENTNL/ExtraTests'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Author::KENTNL/TestRelease'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Author::KENTNL/ConfirmRelease'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@Author::KENTNL/Git::Check'
@@ -340,7 +340,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@Author::KENTNL/NextRelease'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Git::Tag
       name: '@Author::KENTNL/Git::Tag/tag_master'
@@ -360,7 +360,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Author::KENTNL/UploadToCPAN'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Twitter
       name: '@Author::KENTNL/Twitter'
@@ -368,7 +368,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::ModuleShareDirs
       name: ModuleShareDirs
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -376,7 +376,7 @@ x_Dist_Zilla:
           phase: develop
           type: requires
       name: DevelopRequires
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -384,33 +384,33 @@ x_Dist_Zilla:
           phase: runtime
           type: requires
       name: Prereqs
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.200007
+      version: 4.200008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: 4.200007
+      version: 4.200008
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.200007
+    version: 4.200008
@@ -3,7 +3,7 @@ NAME
     build your distributions.
 
 VERSION
-    version 1.0.9
+    version 1.0.12
 
 SYNOPSIS
         [@Author::KENTNL]
@@ -3,7 +3,7 @@ use warnings;
 
 package Dist::Zilla::MintingProfile::Author::KENTNL;
 BEGIN {
-  $Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.0.9';
+  $Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.0.12';
 }
 
 # ABSTRACT: KENTNL's Minting Profile
@@ -26,7 +26,7 @@ Dist::Zilla::MintingProfile::Author::KENTNL - KENTNL's Minting Profile
 
 =head1 VERSION
 
-version 1.0.9
+version 1.0.12
 
 =head1 SYNOPSIS
 
@@ -3,7 +3,7 @@ use warnings;
 
 package Dist::Zilla::Plugin::Author::KENTNL::DistINI;
 BEGIN {
-  $Dist::Zilla::Plugin::Author::KENTNL::DistINI::VERSION = '1.0.9';
+  $Dist::Zilla::Plugin::Author::KENTNL::DistINI::VERSION = '1.0.12';
 }
 
 # ABSTRACT: Generate a C<dist.ini> for @Author::KENTNL projects.
@@ -114,7 +114,7 @@ Dist::Zilla::Plugin::Author::KENTNL::DistINI - Generate a C<dist.ini> for @Autho
 
 =head1 VERSION
 
-version 1.0.9
+version 1.0.12
 
 =head1 SYNOPSIS
 
@@ -3,7 +3,7 @@ use warnings;
 
 package Dist::Zilla::PluginBundle::Author::KENTNL;
 BEGIN {
-  $Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.0.9';
+  $Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.0.12';
 }
 
 # ABSTRACT: BeLike::KENTNL when you build your distributions.
@@ -222,7 +222,7 @@ Dist::Zilla::PluginBundle::Author::KENTNL - BeLike::KENTNL when you build your d
 
 =head1 VERSION
 
-version 1.0.9
+version 1.0.12
 
 =head1 SYNOPSIS
 
@@ -117,7 +117,7 @@ eval { $v .= pmver('Test::CPAN::Meta','any version') };
 eval { $v .= pmver('Test::DZil','any version') };
 eval { $v .= pmver('Test::EOL','0.9') };
 eval { $v .= pmver('Test::Fatal','any version') };
-eval { $v .= pmver('Test::File::ShareDir','any version') };
+eval { $v .= pmver('Test::File::ShareDir','0.3.0') };
 eval { $v .= pmver('Test::More','0.88') };
 eval { $v .= pmver('Test::Output','any version') };
 eval { $v .= pmver('namespace::autoclean','0.09') };
@@ -7,25 +7,42 @@ use FindBin;
 use Path::Class qw( dir );
 use Test::Output qw();
 
-my ( $root, $corpus );
+my ( $root, $corpus, $global );
 
 BEGIN {
   $root   = dir("$FindBin::Bin")->parent->absolute;
-  $corpus = $root->subdir('corpus')->subdir('global');
+  $corpus = $root->subdir('corpus');
+  $global = $corpus->subdir('global');
 }
-use Test::File::ShareDir -share =>
+
+$ENV{'GIT_AUTHOR_NAME'} = $ENV{'GIT_COMMITTER_NAME'} = 'Anon Y. Mus';
+$ENV{'GIT_AUTHOR_EMAIL'} = $ENV{'GIT_COMMITTER_EMAIL'} = 'anonymus@example.org';
+
+use Test::File::ShareDir 0.3.0 -share =>
   { -module => { 'Dist::Zilla::MintingProfile::Author::KENTNL' => $root->subdir('share')->subdir('profiles') }, };
 use Test::DZil;
 
-my $tzil =
-  Minter->_new_from_profile( [ 'Author::KENTNL' => 'default' ], { name => 'DZT-Minty', }, { global_config_root => $corpus }, );
-$tzil->chrome->logger->set_debug(1);
-$tzil->mint_dist;
+my $tzil;
+
 
 subtest 'mint files' => sub {
 
+  $tzil = Minter->_new_from_profile( [ 'Author::KENTNL' => 'default' ], { name => 'DZT-Minty', }, { global_config_root => $global }, );
+
+  pass('Loaded minter config');
+
+  $tzil->chrome->logger->set_debug(1);
+
+  pass("set debug");
+
+  $tzil->mint_dist;
+
+  pass("minted dist");
+
   my $pm = $tzil->slurp_file('mint/lib/DZT/Minty.pm');
 
+  pass('slurped file');
+
   my %expected_files = map { $_ => 1 } qw(
     lib/DZT/Minty.pm
     weaver.ini
@@ -65,11 +82,20 @@ subtest 'build minting' => sub {
 
   my $tmpdir = $tzil->tempdir->subdir('mint')->absolute;
 
-  my $bzil = Builder->from_config( { dist_root => $tmpdir }, {}, { global_config_root => $corpus }, );
+  pass("Got minted dir");
+
+  my $bzil = Builder->from_config( { dist_root => $tmpdir }, {}, { global_config_root => $global }, );
+
+  pass("Loaded builder configuration");
+
   $bzil->chrome->logger->set_debug(1);
 
+  pass("Set debug");
+
   $bzil->build;
 
+  pass("Built Dist");
+
   # NOTE: ->test doesn't work atm due to various reasons unknown, so doing it manually.
 
   my $exception;